home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / SHWDLL.ARJ / README.DOC < prev    next >
Text File  |  1992-06-06  |  2KB  |  40 lines

  1. This utility lists the DLLs that an OS/2 EXE or DLL calls. It is a 32-bit
  2. program so it won't run under OS/2 1.x.
  3.  
  4. NE, LE, and LX EXE formats are supported (hopefully no more have surfaced
  5. recently <g>).
  6.  
  7. NOTE: To get the fully qualified file path of each DLL, that DLL has to be
  8. loaded. This causes a side effect because when the DLL is loaded there is
  9. no way to bypass running its initialization routine. I have found this to
  10. be a problem only if a DLL creates a PM thread in its initialization
  11. routine (since showdlls.exe is not a WINDOWAPI program).
  12.  
  13. Invoking SHOWDLLS without any command-line parameters gets this:
  14.  
  15. usage: showdlls file-name [/a /d /e /l /t]
  16.  
  17.     /a - Show All Dlls (normally common OS2 System Dlls are suppressed)
  18.     /d - Enable Debugging info to the screen
  19.     /e - Expand the Dlls that /a displays
  20.     /l - List the Dlls suppressed if /a is not used
  21.     /t - Tree (For each Dll shown, show its Dlls)
  22.  
  23. If the file-name given on the command-line is not qualified, SHOWDLLS will
  24. try to fully qualify it by searching the PATH if it is an EXE file or by
  25. using the LIBPATH if it is a DLL. If file-name has no extension, SHOWDLLS
  26. will first append '.exe' to it and search the PATH, then append '.dll' to it
  27. and use LIBPATH to try and find it.
  28.  
  29. ALSO INCLUDED: dllpath.exe (syntax: dllpath dllname (no extension)) to search
  30.                the LIBPATH for a dll and return the fully qualified path.
  31.  
  32. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  33.  
  34. Hope this utility proves useful.
  35.  
  36. Rick Fishman
  37. Code Blazers, Inc.
  38. 4113 Apricot
  39. Irvine, CA 92720
  40.